'宣言 Public Overridable Function VisitTextNode( _ ByVal node As TextNode, _ ByVal argument As TArg _ ) As TReturn
public virtual TReturn VisitTextNode( TextNode node, TArg argument )
デフォルト実装は DefaultVisit を呼び出します。
NodeVisitor<TArg,TReturn> クラス NodeVisitor<TArg,TReturn> メンバ